projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccedc67
)
Unbreak the Cygwin-w32 build
author
Ken Brown
<kbrown@cornell.edu>
Thu, 11 Jan 2018 16:40:37 +0000
(11:40 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Thu, 11 Jan 2018 17:18:19 +0000
(12:18 -0500)
* src/keyboard.c (input_polling_used) [CYGWIN]: Restore. This was
removed on Cygwin in the commit "On non-MS-Windows, omit unnecessary
polling functions". But it is used in w32fns.c:x_make_frame_visible
in the Cygwin-w32 build.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 07392b7d495ee0fb75b57cebc9eed65d589c8f6c..714c8fee6564910775b5bd23239095883700f1c7 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1932,7
+1932,7
@@
start_polling (void)
#endif
}
-#if
def
DOS_NT
+#if
defined CYGWIN || defined
DOS_NT
/* True if we are using polling to handle input asynchronously. */
bool